az ml endpoint

Note

This reference is part of the azure-cli-ml extension for the Azure CLI (version 2.0.28 or higher). The extension will automatically install the first time you run an az ml endpoint command. Learn more about extensions.

Manage machine learning endpoints.

Commands

Name Description Type Status
az ml endpoint realtime

Manage operationalized realtime endpoints.

Extension GA
az ml endpoint realtime create-version

Create a version for realtime endpoint in the workspace.

Extension GA
az ml endpoint realtime delete

Delete a realtime endpoint and its version from the workspace.

Extension GA
az ml endpoint realtime delete-version

Delete a version for realtime endpoint in the workspace.

Extension GA
az ml endpoint realtime get-access-token

Get a token to issue requests a realtime endpoint.

Extension GA
az ml endpoint realtime get-keys

Get keys to issue requests against a realtime endpoint.

Extension GA
az ml endpoint realtime get-logs

Get logs for a realtime endpoint.

Extension GA
az ml endpoint realtime list

List realtime endpoints in the workspace.

Extension GA
az ml endpoint realtime regen-key

Regenerate keys for a realtime endpoint.

Extension GA
az ml endpoint realtime run

Run a realtime endpoint in the workspace.

Extension GA
az ml endpoint realtime show

Show details for a realtime endpoint in the workspace.

Extension GA
az ml endpoint realtime update

Update a realtime endpoint in the workspace.

Extension GA
az ml endpoint realtime update-version

Update a version for realtime endpoint in the workspace.

Extension GA